home *** CD-ROM | disk | FTP | other *** search
/ Over 1,000 Windows 95 Programs / Over 1000 Windows 95 Programs (Microforum) (Disc 1).iso / 1515 / _setup.1 / lock.exe / 0 / RCDATA / TREG / TREG.txt
Encoding:
Text File  |  1997-05-18  |  854 b   |  53 lines

  1. object reg: Treg
  2.   Left = 200
  3.   Top = 108
  4.   Width = 173
  5.   Height = 247
  6.   Caption = 'Register'
  7.   Font.Color = clWindowText
  8.   Font.Height = -11
  9.   Font.Name = 'MS Sans Serif'
  10.   Font.Style = []
  11.   Position = poScreenCenter
  12.   Visible = True
  13.   PixelsPerInch = 96
  14.   TextHeight = 13
  15.   object Label1: TLabel
  16.     Left = 16
  17.     Top = 8
  18.     Width = 28
  19.     Height = 13
  20.     Caption = 'Name'
  21.   end
  22.   object Label2: TLabel
  23.     Left = 16
  24.     Top = 96
  25.     Width = 18
  26.     Height = 13
  27.     Caption = 'Key'
  28.   end
  29.   object Edit1: TEdit
  30.     Left = 16
  31.     Top = 32
  32.     Width = 121
  33.     Height = 21
  34.     TabOrder = 0
  35.   end
  36.   object Edit2: TEdit
  37.     Left = 16
  38.     Top = 120
  39.     Width = 121
  40.     Height = 21
  41.     TabOrder = 1
  42.   end
  43.   object BitBtn1: TBitBtn
  44.     Left = 40
  45.     Top = 176
  46.     Width = 75
  47.     Height = 25
  48.     TabOrder = 2
  49.     OnClick = BitBtn1Click
  50.     Kind = bkOK
  51.   end
  52. end
  53.